From: Ted Hess Date: Fri, 10 Oct 2014 20:41:39 +0000 (-0400) Subject: shadow: Add libiconv to PKG_BUILD_DEPENDS X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=8d8a501f1f1b9dcb2d69af3626c0044097b760e2;p=feed%2Fpackages.git shadow: Add libiconv to PKG_BUILD_DEPENDS Signed-off-by: Ted Hess --- diff --git a/utils/shadow/Makefile b/utils/shadow/Makefile index a731fe0c35..f353f3f56a 100644 --- a/utils/shadow/Makefile +++ b/utils/shadow/Makefile @@ -21,7 +21,7 @@ PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -PKG_BUILD_DEPENDS:=libintl +PKG_BUILD_DEPENDS:=libintl libiconv include $(INCLUDE_DIR)/package.mk